SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : FreeSurfaceDataSeries3D<TX,TY,TZ> Class
FreeSurfaceDataSeries3D<TX,TY,TZ> Class Methods

For a list of all members of this type, see FreeSurfaceDataSeries3D<TX,TY,TZ> members.

Public Methods
 NameDescription
Public MethodOverridden.  Clears the DataSeries.  
Public MethodCalled by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public MethodGets the bounding box for the data (containing XRange, YRange, ZRange). (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public Method Gets the 3-Dimensional data value by specified UV index of the 2D grid in the surface.  
Public Method Gets the 3-Dimensional data value with the Displacement Map value applied.  
Public Method Gets the U coordinate by passed index of the 2D grid.  
Public Method Gets the V coordinate by passed index of the 2D grid.  
Public MethodMay be called to trigger a redraw on the parent SciChart.Charting3D.SciChart3DSurface. This method is extremely useful when IDataSeries3D are in a ViewModel and bound via MVVM to SciChart.Charting3D.RenderableSeries.IRenderableSeries3D. Please see the rangeMode parameter for invalidation options. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public MethodRaises the DataSeriesChanged event. May be called by DataSeries3D or by user code to trigger a redraw on the ParentSurface. The event is not raised while SciChart.Core.Framework.ISuspendable.IsSuspended is True. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public MethodResumes updates on the target, intended to be called by SciChart.Core.Framework.IUpdateSuspender. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public MethodOverloaded.  Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued. (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D)
Public MethodOverridden. Converts a DataSeries to a IPointSeries3D derived type, for use during the render pass.  
Top
Protected Methods
 NameDescription
Protected Method  
Protected Method (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D)
Protected Method (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D)
Protected Method Invoked right after Dirty State changed to indicated that the heightmap is invalid. (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D)
Protected Method Invoked right after Dirty State changed to indicated that the mesh is invalid. (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D)
Protected MethodOverloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also